func internal/strconv.float32frombits
5 uses
internal/strconv (current package)
atof.go#L556: return float64(float32frombits(uint32(bits))), err
atof.go#L607: f = float32frombits(uint32(b))
atofeisel.go#L106: f = float32frombits(0x80000000) // Negative zero.
atofeisel.go#L165: return float32frombits(uint32(retBits)), true
deps.go#L14: func float32frombits(b uint32) float32 { return *(*float32)(unsafe.Pointer(&b)) }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |